Access to Mobile Device Functions

A special @Phone scripting command provides the ability to access mobile device functions such as:

Scripting Procedures can be embedded at any point in the Decision Tree logic.

Phone Command

The @Phone Command

This command is available in the "mobile app" deployment version of Knowledge Builder

@Phone <method>,[<return string>]{,<parameter>}

The following methods are supported

Examples

@Phone 'Photo',filename

Where filename contains name of picture file taken

@Phone 'Video',filename

Where filename contains name of video file taken

@Phone 'Signature',filename,Prompt

Where filename contains name of captured signature file

@Phone 'Zip',zipfilename,filename

@Phone 'PlayVideo',RetStr,VideoPhoneURL

@Rem Send Image

@Phone 'SendEmail',ResultStr,EmailTo,SubjectStr,Message,filename,attachmentfilename